var runtime.itabTable
7 uses
	runtime (current package)
		iface.go#L19: 	itabTable     = &itabTableInit                    // pointer to current table
		iface.go#L64: 	t := (*itabTableType)(atomic.Loadp(unsafe.Pointer(&itabTable)))
		iface.go#L71: 	if m = itabTable.find(inter, typ); m != nil {
		iface.go#L141: 	t := itabTable
		iface.go#L159: 		atomicstorep(unsafe.Pointer(&itabTable), unsafe.Pointer(t2))
		iface.go#L161: 		t = itabTable
		iface.go#L685: 	t := itabTable
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |